home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 11 / AMUG BBS in a Box Volume XI (April 1994) (MacWizards).iso / Files / Bus / A / 4D FindFolder 1.2.1.sit / 4D FindFolder 1.2.1 Folder / 4D FindFolder.ext.rsrc / 4DTE_15000 < prev    next >
Encoding:
Text File  |  1993-08-25  |  868 b   |  26 lines

  1. 4D FindFolder
  2.  
  3. Postcardware.
  4.  
  5. This external returns a string containing the path of special folders using the FindFolder system procedure. It is meant to be used together with the FilePack external, but can be used without it.
  6. In addition it is able to return other paths as well, in some cases not to a folder but to an application or document. It will never have any interaction with the user of the data-base.
  7.  
  8. Usage:
  9. err := RR FindFolder(type;path)
  10.  
  11. where:
  12. err
  13. is an integer returning the error which occured. A value of zero indicates everything was OK.
  14.  
  15. type
  16. is a, case-sensitive, four-character string indicating the type of folder you want the path of.
  17.  
  18. path
  19. is a string containing the path of the folder.
  20.  
  21.  
  22. See documentation for more information.
  23.  
  24. Written using THINK Pascal by:
  25. ©1993 René G.A. Ros
  26. Distribution only allowed together with documentation file.